home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
LAN
/
NP22.ARJ
/
WHATBOUT.BAT
< prev
Wrap
DOS Batch File
|
1991-05-21
|
267b
|
13 lines
@echo off
if %1.==. goto error1
howbout %1
if errorlevel 1 goto error2
echo The file or dir or drive you gave exists.
goto end
:error1
echo Please specify a batch file parameter.
goto end
:error2
echo The file or dir or drive you gave doesn't exist.
:end